home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / libs / x / xview / xview3.004 / xview3 / usr / openwin / include / olgx_private / busy.h next >
Encoding:
C/C++ Source or Header  |  1996-05-30  |  328 b   |  9 lines

  1. #define busy_width 16
  2. #define busy_height 16
  3. #define busy_x_hot -1
  4. #define busy_y_hot -1
  5. static unsigned char busy_bits[] = {
  6.    0xee, 0xee, 0xff, 0xff, 0xbb, 0xbb, 0xff, 0xff, 0xee, 0xee, 0xff, 0xff,
  7.    0xbb, 0xbb, 0xff, 0xff, 0xee, 0xee, 0xff, 0xff, 0xbb, 0xbb, 0xff, 0xff,
  8.    0xee, 0xee, 0xff, 0xff, 0xbb, 0xbb, 0xff, 0xff};
  9.